3.210 \(\int \frac{\sqrt{a+b x^2}}{(c+d x^2)^{3/2}} \, dx\)

Optimal. Leaf size=84 \[ \frac{\sqrt{a+b x^2} E\left (\tan ^{-1}\left (\frac{\sqrt{d} x}{\sqrt{c}}\right )|1-\frac{b c}{a d}\right )}{\sqrt{c} \sqrt{d} \sqrt{c+d x^2} \sqrt{\frac{c \left (a+b x^2\right )}{a \left (c+d x^2\right )}}} \]

[Out]

(Sqrt[a + b*x^2]*EllipticE[ArcTan[(Sqrt[d]*x)/Sqrt[c]], 1 - (b*c)/(a*d)])/(Sqrt[c]*Sqrt[d]*Sqrt[(c*(a + b*x^2)
)/(a*(c + d*x^2))]*Sqrt[c + d*x^2])

________________________________________________________________________________________

Rubi [A]  time = 0.0165276, antiderivative size = 84, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 23, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.043, Rules used = {411} \[ \frac{\sqrt{a+b x^2} E\left (\tan ^{-1}\left (\frac{\sqrt{d} x}{\sqrt{c}}\right )|1-\frac{b c}{a d}\right )}{\sqrt{c} \sqrt{d} \sqrt{c+d x^2} \sqrt{\frac{c \left (a+b x^2\right )}{a \left (c+d x^2\right )}}} \]

Antiderivative was successfully verified.

[In]

Int[Sqrt[a + b*x^2]/(c + d*x^2)^(3/2),x]

[Out]

(Sqrt[a + b*x^2]*EllipticE[ArcTan[(Sqrt[d]*x)/Sqrt[c]], 1 - (b*c)/(a*d)])/(Sqrt[c]*Sqrt[d]*Sqrt[(c*(a + b*x^2)
)/(a*(c + d*x^2))]*Sqrt[c + d*x^2])

Rule 411

Int[Sqrt[(a_) + (b_.)*(x_)^2]/((c_) + (d_.)*(x_)^2)^(3/2), x_Symbol] :> Simp[(Sqrt[a + b*x^2]*EllipticE[ArcTan
[Rt[d/c, 2]*x], 1 - (b*c)/(a*d)])/(c*Rt[d/c, 2]*Sqrt[c + d*x^2]*Sqrt[(c*(a + b*x^2))/(a*(c + d*x^2))]), x] /;
FreeQ[{a, b, c, d}, x] && PosQ[b/a] && PosQ[d/c]

Rubi steps

\begin{align*} \int \frac{\sqrt{a+b x^2}}{\left (c+d x^2\right )^{3/2}} \, dx &=\frac{\sqrt{a+b x^2} E\left (\tan ^{-1}\left (\frac{\sqrt{d} x}{\sqrt{c}}\right )|1-\frac{b c}{a d}\right )}{\sqrt{c} \sqrt{d} \sqrt{\frac{c \left (a+b x^2\right )}{a \left (c+d x^2\right )}} \sqrt{c+d x^2}}\\ \end{align*}

Mathematica [C]  time = 0.307038, size = 136, normalized size = 1.62 \[ \frac{\frac{x \left (a+b x^2\right )}{c}+\frac{i a \sqrt{\frac{b}{a}} \sqrt{\frac{b x^2}{a}+1} \sqrt{\frac{d x^2}{c}+1} \left (E\left (i \sinh ^{-1}\left (\sqrt{\frac{b}{a}} x\right )|\frac{a d}{b c}\right )-\text{EllipticF}\left (i \sinh ^{-1}\left (x \sqrt{\frac{b}{a}}\right ),\frac{a d}{b c}\right )\right )}{d}}{\sqrt{a+b x^2} \sqrt{c+d x^2}} \]

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[a + b*x^2]/(c + d*x^2)^(3/2),x]

[Out]

((x*(a + b*x^2))/c + (I*a*Sqrt[b/a]*Sqrt[1 + (b*x^2)/a]*Sqrt[1 + (d*x^2)/c]*(EllipticE[I*ArcSinh[Sqrt[b/a]*x],
 (a*d)/(b*c)] - EllipticF[I*ArcSinh[Sqrt[b/a]*x], (a*d)/(b*c)]))/d)/(Sqrt[a + b*x^2]*Sqrt[c + d*x^2])

________________________________________________________________________________________

Maple [A]  time = 0.015, size = 188, normalized size = 2.2 \begin{align*}{\frac{1}{ \left ( bd{x}^{4}+ad{x}^{2}+bc{x}^{2}+ac \right ) dc}\sqrt{b{x}^{2}+a}\sqrt{d{x}^{2}+c} \left ({x}^{3}bd\sqrt{-{\frac{b}{a}}}+{\it EllipticF} \left ( x\sqrt{-{\frac{b}{a}}},\sqrt{{\frac{ad}{bc}}} \right ) bc\sqrt{{\frac{b{x}^{2}+a}{a}}}\sqrt{{\frac{d{x}^{2}+c}{c}}}-{\it EllipticE} \left ( x\sqrt{-{\frac{b}{a}}},\sqrt{{\frac{ad}{bc}}} \right ) bc\sqrt{{\frac{b{x}^{2}+a}{a}}}\sqrt{{\frac{d{x}^{2}+c}{c}}}+xad\sqrt{-{\frac{b}{a}}} \right ){\frac{1}{\sqrt{-{\frac{b}{a}}}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x^2+a)^(1/2)/(d*x^2+c)^(3/2),x)

[Out]

(b*x^2+a)^(1/2)*(d*x^2+c)^(1/2)*(x^3*b*d*(-b/a)^(1/2)+EllipticF(x*(-b/a)^(1/2),(a*d/b/c)^(1/2))*b*c*((b*x^2+a)
/a)^(1/2)*((d*x^2+c)/c)^(1/2)-EllipticE(x*(-b/a)^(1/2),(a*d/b/c)^(1/2))*b*c*((b*x^2+a)/a)^(1/2)*((d*x^2+c)/c)^
(1/2)+x*a*d*(-b/a)^(1/2))/(b*d*x^4+a*d*x^2+b*c*x^2+a*c)/d/c/(-b/a)^(1/2)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sqrt{b x^{2} + a}}{{\left (d x^{2} + c\right )}^{\frac{3}{2}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^2+a)^(1/2)/(d*x^2+c)^(3/2),x, algorithm="maxima")

[Out]

integrate(sqrt(b*x^2 + a)/(d*x^2 + c)^(3/2), x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{\sqrt{b x^{2} + a} \sqrt{d x^{2} + c}}{d^{2} x^{4} + 2 \, c d x^{2} + c^{2}}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^2+a)^(1/2)/(d*x^2+c)^(3/2),x, algorithm="fricas")

[Out]

integral(sqrt(b*x^2 + a)*sqrt(d*x^2 + c)/(d^2*x^4 + 2*c*d*x^2 + c^2), x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sqrt{a + b x^{2}}}{\left (c + d x^{2}\right )^{\frac{3}{2}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x**2+a)**(1/2)/(d*x**2+c)**(3/2),x)

[Out]

Integral(sqrt(a + b*x**2)/(c + d*x**2)**(3/2), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\sqrt{b x^{2} + a}}{{\left (d x^{2} + c\right )}^{\frac{3}{2}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x^2+a)^(1/2)/(d*x^2+c)^(3/2),x, algorithm="giac")

[Out]

integrate(sqrt(b*x^2 + a)/(d*x^2 + c)^(3/2), x)